2024 Method
Changes 0
M

FlexDuct.Create

Description:
Creates a new flexible duct into the document, using a point array and flexible duct type.
Overloads (2):
Create(Document,ElementId,ElementId,ElementId,IList[XYZ])
public static FlexDuct Create(
	Document document,
	ElementId systemTypeId,
	ElementId ductTypeId,
	ElementId levelId,
	IList<XYZ> points
)
Return Value FlexDuct If creation was successful then a new flexible duct is returned, otherwise an exception with failure information will be thrown.